storage management

All posts tagged storage management by Linux Bash
  • Posted on
    Featured Image
    Explore the capabilities of Btrfs and ZFS in dynamic disk resizing for Linux systems. Learn how to expand disk space dynamically using Btrfs and ZFS without system downtime, ensuring efficient management in environments with unpredictable data growth. Gain insights into adding new devices, resizing filesystems on-the-fly, and maintaining data integrity through best practices like regular backups and system monitoring.
  • Posted on
    Featured Image
    This article from LinuxBash.sh explores using `df` and `du` commands for managing disk space on Linux systems. It covers the `df` command for quick filesystem space overview and `du` for detailed file and directory space usage. It provides examples, best practices, and further reading for advanced disk management techniques, essential for system administrators and power users.
  • Posted on
    Featured Image
    Discover the essentials of managing filesystems in Linux with labels and UUIDs. This article covers why these identifiers are crucial over traditional names, showing how to implement them in system configurations for enhanced reliability. Learn to use `blkid`, `e2label`, `xfs_admin`, and edit `/etc/fstab` to ensure stable, robust mounting points. Ideal for any Linux administrator or enthusiast needing precise storage management.
  • Posted on
    Featured Image
    Discover the `blkid` command's potential with our guide on identifying and managing block devices in Linux. Learn how to install and use `blkid` across different distributions using `apt`, `dnf`, and `zypper`. This tool, part of the util-linux package, efficiently displays crucial attributes like UUIDs and filesystem types for block devices, indispensable for system admins and power users aiming for superior storage management and system checks.
  • Posted on
    Featured Image
    This guide explores disk partitioning and management in Linux using the `fdisk` and `parted` tools. It details how to install and utilize `fdisk` for MBR partitions and `parted` for both MBR and GPT partitions, offering step-by-step instructions and precautions like data backup and understanding disk structures for effective management. It covers selecting file systems and includes resources for further learning.